home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDITOR
/
AMAC44.ARJ
/
QLST@1.QM
< prev
next >
Wrap
Text File
|
1992-05-27
|
987b
|
25 lines
* qlst@1.qm
* Macro To Load a File List of Files In Ring
* 5/18/92
*
* ----------------------------------------------------------------------
* @(1) Load File List In Ring,
* Does NOT Read First File's Macros, (Kyle Watkins, author)
* ----------------------------------------------------------------------
* See QLSTnn.QM for this macro's description.
@1 MacroBegin
EndFile BegLine * start at last line
REPEAT:
UnmarkBlock MarkLine Copy * grab this name
EditFile * get ready to load
CurrentFilename " " * to force return *here*
Paste Return * paste file name & do it!
CursorUp * more lines above?
JTrue REPEAT * if yes, repeat.
*
* 19 bytes Tue 07-31-1990 18:30:10 (KW @1, size added by TH)